home *** CD-ROM | disk | FTP | other *** search
- object FormAddZoom: TFormAddZoom
- Left = 211
- Top = 160
- BorderStyle = bsDialog
- Caption = 'Magnification'
- ClientHeight = 95
- ClientWidth = 192
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object LabelX: TLabel
- Left = 16
- Top = 24
- Width = 68
- Height = 12
- Caption = 'Magnification'
- end
- object btnok: TButton
- Left = 20
- Top = 56
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 100
- Top = 56
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object EditX: TEdit
- Left = 100
- Top = 20
- Width = 49
- Height = 20
- TabOrder = 0
- Text = '10'
- OnChange = EditXChange
- end
- object UpDown: TUpDown
- Left = 149
- Top = 20
- Width = 16
- Height = 20
- Associate = EditX
- Min = 10
- Max = 4000
- Position = 10
- TabOrder = 1
- Thousands = False
- Wrap = False
- end
- end
-